home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Space Shuttle - The First 100 Flights
/
Space Shuttle - The First 100 Flights.iso
/
trivia.dir
/
00018_Script_18
< prev
next >
Wrap
Text File
|
2000-11-09
|
329b
|
23 lines
on mouseDown
global gTheAnswer
set the forecolor of sprite 19 to 1
updateStage
puppetSound 2, member "fx0057"
repeat while soundBusy(2)
nothing
end repeat
set the forecolor of sprite 19 to 4
updateStage
put 4 into gTheAnswer
go to frame "checkanswer"
end